.link {
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
}
.link p>img {
	float: left;
	margin-left: 1px;
}
.link p>span:nth-of-type(1) {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	margin-left: 7px;
}
.link p>span:nth-of-type(2) {
	font-size: 16px;
	color: #222;
	line-height: 1;
	margin-left: 11px;
}
.link a {
	font-size: 15px;
	color: #666;
	line-height: 1;
	display: inline-block;
	margin: 22px 0;
}
.link a:hover {
	color: #e70707;
}
.link .l_line {
	font-size: 15px;
	color: #666;
	line-height: 1;
	display: inline-block;
	margin: 0 13px;
	position: relative;
	top: -1px;
}

.footer {
    width: 100%;
    background: #1852a6;
	overflow: hidden;
}
.footer a:hover, .f_bottom a:hover {
	text-decoration: underline;
}
.footer .f_con {
	margin-top: 54px;
}
.footer .f_logo {
	float: left;
	line-height: 0;
}
.footer .f_mes {
	float: left;
	width: 700px;
	margin-left: 42px;
}
.footer .f_nav {
	width: 100%;
	margin-bottom: 26px;
}
.footer .f_nav>a {
	font-size: 14px;
	color: #fff;
	line-height: 1;
}
.footer .f_nav>.fn_line {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	display: inline-block;
	margin: 0 11px;
}
.footer .f_mes>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-bottom: 18px;
}
.footer .f_ew {
	float: right;
	line-height: 0;
	text-align: center;
}
.footer .f_ew>img {
	width: 112px;
	height: 112px;
}
.footer .f_ew>p {
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-top: 12px;
}
.f_bottom {
	width: 100%;
	background-color: #1852a6;
	border-top: 1px solid #3b78d0;
}
.f_bottom span, .f_bottom a {
	font-size: 13px;
	color: #fff;
	line-height: 45px;
}
.f_bottom .container>span:nth-of-type(1) {
	float: left;
}
.f_bottom .container>span:nth-of-type(2) {
	float: right;
}